home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 93
- Top = 113
- Width = 644
- Height = 307
- Caption = 'TimerXV Details'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 248
- Width = 183
- Height = 25
- Caption = 'Coyote Development'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object btnOk: TButton
- Left = 552
- Top = 248
- Width = 75
- Height = 25
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 636
- Height = 241
- Align = alTop
- Caption = 'Panel1'
- TabOrder = 1
- object Image1: TImage
- Left = 14
- Top = 8
- Width = 105
- Height = 105
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Image2: TImage
- Left = 486
- Top = 48
- Width = 144
- Height = 177
- Picture.Data = {<image001.bmp>}
- Stretch = True
- end
- object Label2: TLabel
- Left = 14
- Top = 148
- Width = 98
- Height = 25
- Caption = 'TimerXV'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Memo1: TMemo
- Left = 126
- Top = 48
- Width = 353
- Height = 177
- Color = 12713983
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- Lines.Strings = (
- 'TimerXV (TXV) is an alternative to Delphi'#39's'
- 'Timer component. In its current state, TXV '
- 'lets '
- 'you schedule up to 15 timer events, custom '
- 'set the delay intervals between events, '
- 'run the events in ascending or descending '
- 'order, re-cycle the events ad infinitum,'
- 'and more.'
- ''
- 'TimerXV Features - '
- '1. Unlimited cycles'
- '2. Program up to 15 events at a time'
- '3. Set individual delay periods between timer '
- ' events or enter a master delay period to '
- 'have '
- ' all events fire after the lapse of a '
- 'specified '
- ' time.'
- '4. Run timer event in ascending or descending '
- ' order.'
- ''
- 'TimerXV is brought to you by Coyote '
- 'Development--- Email comments to :'
- 'MIller349@aol.com'
- ''
- 'Thanks to Kirby Turner, principal'
- 'at www.thecave.com for his help.'
- '')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- WantTabs = True
- end
- end
- end
-